withoutAbsolutePath

fun <T : KoPathProvider> List<T>.withoutAbsolutePath(path: String, vararg paths: String): List<T>

List containing declarations without absolute path.

Return

A list containing declarations that don't reside in any of the specified absolute paths.

Parameters

path

The absolute path to exclude.

paths

The absolute paths to exclude.


List containing declarations without absolute path.

Return

A list containing declarations that don't reside in any of the specified absolute paths.

Parameters

paths

The absolute paths to exclude.